+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
+2001-03-31 James Henstridge <james@daa.com.au>
+
+ * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
+ constant "-1" in the aux info structure.
+
2001-03-30 Alexander Larsson <alexl@redhat.com>
* gtk/gtkbutton.c (gtk_button_get_property):
if (aux_info)
{
- if (aux_info->x != -1)
+ if (aux_info->x_set)
real_allocation.x = aux_info->x;
- if (aux_info->y != -1)
+ if (aux_info->y_set)
real_allocation.y = aux_info->y;
}